home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_FreeMenus gadutil.library/GU_FreeMenus
-
- NAME
- GU_FreeMenus -- Frees memory allocated by GU_CreateMenusA().
-
- SYNOPSIS
- GU_FreeMenus(menu)
- A0
-
- VOID GU_FreeMenus(struct Menu *);
-
- FUNCTION
- Frees the menus allocated by GU_CreateMenusA(). It is safe to
- call this function with a NULL parameter.
-
- INPUTS
- menu - pointer to menu structure (or first MenuItem) obtained
- from GU_CreateMenusA().
-
- NOTES
- See gadtools/FreeMenus() for more information.
-
- SEE ALSO
- GU_CreateMenusA(), gadtools/FreeMenus()
-